#customPageTitle {
  display: block;
  text-align: left;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 21px;
  height: 85px;
  width: 45%;
  line-height: 85px;
  background: #fff;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 auto;
  text-align: center;
}

.centeredContent {
  width: 100%;
}

.customPageCenteredContent {
  margin-top: 38px;
  background: #f9f7f7;
  width: 100% !important;
  overflow: visible;
  height: auto;
}

.contactDiv {
  width: 45%;
  border-radius: 8px;
  margin-bottom: 10px;
  padding-top: 25px;
  float: left;
}

.contact_phone {
  right: 0;
  position: relative;
}

.contactInput {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  color: #000;
  font-size: 14px;
  width: 70%;
  margin-top: 29px;
  margin-bottom: 0;
  height: 46px;
  line-height: 46px;
  float: left;
  margin: 10px 13%;
}

.contact_message {
  position: relative;
  top: 0;
  width: calc(70% - 20px);
  height: 179px;
  right: auto;
}

.sendContact {
  text-align: center;
  background-color: var(--black);
  border: 1px solid var(--black);
  color: #fff;
  font-size: 14px;
  width: 23%;
  border-radius: 50px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 30px;
  line-height: 33px;
  height: 33px;
  float: left;
  margin: 1rem 38%;
  position: relative;
}

.sendContact:hover {
  background-color: var(--secondary);
  color: var(--base);
  border-color: var(--secondary);
}

.contact_aux {
  position: relative;
  top: 0;
  width: 70%;
  right: 0;
}

.contactInput::-webkit-input-placeholder {
  color: #000;
  opacity: 0.9;
}

.contactInput:-moz-placeholder {
  color: #000;
  opacity: 0.9;
}

.contactInput::-moz-placeholder {
  color: #000;
  opacity: 0.9;
}

.contactInput:-ms-input-placeholder {
  color: #000;
  opacity: 0.9;
}

.contactInput::-ms-input-placeholder {
  color: #000;
  opacity: 0.9;
}

.contactInput::-webkit-input-placeholder {
  opacity: 0.8;
  font-weight: 400;
  color: #5a5a5a;
}

.contactInput::-moz-placeholder {
  color: #5a5a5a;
  opacity: 0.8;
  font-weight: 400;
}

.contactInput::-moz-placeholder {
  opacity: 0.8;
  font-weight: 400;
  color: #5a5a5a;
}

.contactInput::-ms-input-placeholder {
  opacity: 0.8;
  font-weight: 400;
  color: #5a5a5a;
}

.contactInput::-ms-input-placeholder {
  opacity: 0.8;
  font-weight: 400;
  color: #5a5a5a;
}

.contactDiv[data-item-id="22"] .contactRow {
  top: 249px;
  left: 11px;
}

.customPageImage {
  max-width: 55%;
  top: -8rem;
  float: right;
}

.customPageCenteredContent {
  background: var(--white);
  width: 100% !important;
  overflow: visible;
  height: auto;
}

.customPageCenteredContent[data-custom-id="2"] #customPageTitle {
  margin-left: 6%;
  width: 40%;
  text-align: left;
  display: none;
}

.customPageSubtitle {
  display: block;
  text-align: left;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 21px;
  height: 85px;
  width: 45%;
  line-height: 85px;
  background: #fff;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  margin-left: 6%;
}

@media screen and (max-width: 768px) {
  .customPageCenteredContent {
    width: 100% !important;
    margin: auto;
    margin-top: 0;
    min-height: 668px;
    margin-bottom: 30px;
  }

  .customPageSubtitle {
    width: 100%;
    padding-bottom: 0;
    margin: 0;
    height: auto;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contactDiv {
    width: 90%;
    margin-left: 5%;
    padding-top: 1px;
  }

  .contactInput {
    width: calc(100% - 2px);
    margin-left: 0;
    margin-right: 0;
    right: 0;
    text-indent: 12px;
    padding: 0;
    top: 0;
  }

  .customPageText {
    width: 100%;
    float: left;
    height: 172px;
    margin-bottom: 10px;
  }

  .customPageText p {
    width: 100%;
  }

  .contact_message {
    padding-top: 12px;
    position: relative;
    width: calc(100% - 2px) !important;
  }

  .contact_aux {
    position: relative;
  }

  .sendContact {
    width: 60%;
    margin-top: 20px;
    margin: 20px 20%;
  }

  .contactRow {
    position: relative;
    width: 48%;
    top: 0;
    left: 0%;
    width: 100%;
    right: 0;
    margin-bottom: 25px;
    margin-top: 40px;
  }

  .contactDiv[data-item-id="22"] .contactRow {
    top: 0;
    left: 0;
  }

  .contact_phone {
    position: relative;
  }

  #customPageTitle {
    width: 100%;
    padding-bottom: 0;
    margin: 0;
    height: 56px;
    line-height: 67px;
    margin-top: 20px;
  }

  .customPageImage {
    max-width: fit-content;
    top: 0rem;
  }
}
.customPageCenteredContent[data-custom-id="5"] .contactInput.invalidInput {
  box-sizing: border-box;
  border: 1px solid #f13c47;
}

.customPageCenteredContent[data-custom-id="5"] {
  width: 90% !important;
  max-width: 1000px !important;
  margin: 40px auto;
  font-size: 15px;
  line-height: 19px;
  color: var(--base);
}
.customPageCenteredContent[data-custom-id="5"] #customPageTitle {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: center;
}
.centeredContent[data-custom-id="5"] .customPageSubtitle {
  position: relative;
  margin-bottom: 20px;
}
.centeredContent[data-custom-id="5"] .customPageImage {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
.centeredContent[data-custom-id="5"] .customPageCaption {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  margin-bottom: 20px;
}
.centeredContent[data-custom-id="5"] .customPageText {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 20px;
}
.centeredContent[data-custom-id="5"] .customPageGallery,
.centeredContent[data-custom-id="5"] .customPageGallery.slick-dotted.slick-slider {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.centeredContent[data-custom-id="5"] .slick-dots {
  top: 20px;
  right: 20px;
  width: auto;
}
.centeredContent[data-custom-id="5"] .slick-dots li {
  width: 14px;
  margin: 0 3px;
}
.centeredContent[data-custom-id="5"] .slick-dots li button:before {
  border: 2px solid black;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  font-size: 0px;
  opacity: 1;
  background: black;
  opacity: 0.2;
}
.centeredContent[data-custom-id="5"] .slick-dots li.slick-active button:before {
  background-color: black;
  opacity: 1;
}
.centeredContent[data-custom-id="5"] .customPageSlider {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.centeredContent[data-custom-id="5"] .customPageSliderWrapper {
  width: calc(100% - 60px);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.centeredContent[data-custom-id="5"] .customPageSliderSlide {
  margin-right: 10px;
  margin-left: 10px;
}

.centeredContent[data-custom-id="5"] .customPageSliderLeftArrow {
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  font-size: 30px;
  cursor: pointer;
}
.centeredContent[data-custom-id="5"] .customPageSliderRightArrow {
  position: absolute;
  right: 0;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  font-size: 30px;
  cursor: pointer;
}
.centeredContent[data-custom-id="5"] .slick-slide {
  height: auto;
}
.centeredContent[data-custom-id="5"] .youtubeVideoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.centeredContent[data-custom-id="5"] .youtubeVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.centeredContent[data-custom-id="5"] .mapDiv {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
.centeredContent[data-custom-id="5"] .contactDiv {
  position: relative;
  width: 100%;
  margin: 0px auto 40px;
  max-width: 516px;
  overflow: hidden;
}
.centeredContent[data-custom-id="5"] .contactInput {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 50px;
  box-sizing: border-box;
  border: 1px solid #0000003d;
  margin-bottom: 20px;
  padding-left: 10px;
  overflow: hidden;
  display: block;
  font-size: 13px;
}
.centeredContent[data-custom-id="5"] .contactInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
  opacity: 0.8;
}
.centeredContent[data-custom-id="5"] .contactInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 0.8;
}
.centeredContent[data-custom-id="5"] .contactInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 0.8;
}
.centeredContent[data-custom-id="5"] .contactInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  opacity: 0.8;
}
.centeredContent[data-custom-id="5"] .contactInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  opacity: 0.8;
}
.centeredContent[data-custom-id="5"] .contactTextarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding-top: 10px;
  padding-right: 10px;
}
.centeredContent[data-custom-id="5"] .contactInput.contactTextarea {
  line-height: 16px;
}
.centeredContent[data-custom-id="5"] .sendContact {
  position: relative;
  width: 100%;
  line-height: 50px;
  font-size: 17px;
  background-color: black;
  background: var(--btn);
  border: 1px solid;
  border: 1px solid var(--btn-border);
  color: white;
  color: var(--btn-font);
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}
.centeredContent[data-custom-id="5"] .sendContact:hover {
  background-color: white;
  color: black;
  background: var(--btn-hover);
  color: var(--btn-font-hover);
  border-color: var(--btn-border-hover);
}
.centeredContent[data-custom-id="5"] .contactRow {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.centeredContent[data-custom-id="5"] .contactLabel {
  position: relative;
}
.centeredContent[data-custom-id="5"] .file-input-wrapper {
  position: relative;
  /* width: 100px; */
  border: 1px solid #0000003d;
  margin: 0px 20px;
  line-height: 30px;
  text-align: center;
  color: black;
  color: var(--base);
  cursor: pointer;
  padding: 0 10px;
}
.centeredContent[data-custom-id="5"] .FMFileUploadFrame {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1;
  cursor: pointer;
}
.centeredContent[data-custom-id="5"] .file-input-name {
  position: relative;
  width: auto;
  font-size: 13px;
  color: #8f9194;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .centeredContent[data-custom-id="5"] .customPageSliderWrapper {
    width: calc(100% - 40px);
  }
  .centeredContent[data-custom-id="5"] .customPageImage {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .centeredContent[data-custom-id="5"] #customPageTitle {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 20px;
  }
  .centeredContent[data-custom-id="5"] .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
  .centeredContent[data-custom-id="5"] .slick-dots {
    top: 10px;
    right: 10px;
  }
  .centeredContent[data-custom-id="5"] .mapDiv {
    width: 100%;
    height: 50vw;
  }
  .centeredContent[data-custom-id="5"] .customPageSliderLeftArrow,
  .customPageSliderRightArrow {
    height: 20px;
    width: 20px;
  }
}
